projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d22fe
)
tests/testylecontext: Don't double-free widgetpath
author
Timm Bäder
<mail@baedert.org>
Sun, 16 Oct 2016 19:25:38 +0000
(21:25 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 17 Oct 2016 22:34:41 +0000
(
00:34
+0200)
testsuite/gtk/stylecontext.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/stylecontext.c
b/testsuite/gtk/stylecontext.c
index a32f1047cd3b82eb3fcf352c7f6883e0764f0f15..e12b1ae089d10635f60c3ffd95a6c9ea20af7a82 100644
(file)
--- a/
testsuite/gtk/stylecontext.c
+++ b/
testsuite/gtk/stylecontext.c
@@
-113,7
+113,6
@@
test_path (void)
gtk_widget_path_iter_clear_classes (path, 1);
g_assert (!gtk_widget_path_iter_has_class (path, 1, "class1"));
- gtk_widget_path_free (path2);
gtk_widget_path_free (path);
}